textbuffer: add unit tests for the clipboard
authorSébastien Wilmet <swilmet@gnome.org>
Sat, 14 Sep 2013 22:28:33 +0000 (00:28 +0200)
committerSébastien Wilmet <swilmet@gnome.org>
Mon, 16 Sep 2013 07:48:24 +0000 (09:48 +0200)
commit7e8bd7c43dcf4fa725b22a46fba2d2f755216c32
tree9ef5daf8bac38fec97fbce453f4b3c40cdce2302
parent8e916815bbfcf943eb427c3721db0529654ac0ce
textbuffer: add unit tests for the clipboard

It tests gtk_text_buffer_paste_clipboard(),
gtk_text_buffer_copy_clipboard() and gtk_text_buffer_cut_clipboard() in
various situations, including when GtkTextTags are applied to the
selection.

The last test didn't pass.

https://bugzilla.gnome.org/show_bug.cgi?id=339539
testsuite/gtk/textbuffer.c